sgdk
genresSprites Struct Reference

#include <genres.h>

List of all members.

Public Attributes

u16 * pal
u32 ** sprites
u16 count
u16 width
u16 height
u16 size

Detailed Description

GenRes Sprites definition structure.

  • pal: pointer to pal data
  • sprites: pointer to sprites data
  • count: sprite number
  • width: width of each sprite in pixels (not tiles!)
  • height: height of each sprite in pixels (not tiles!)
  • size: since we use width/height in pixel, useful info on sprite size

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines